home *** CD-ROM | disk | FTP | other *** search
/ Computer Select (Limited Edition) / Computer Select.iso / pcmag / v11n12 / labnotes.exe / WINEPILO < prev    next >
Encoding:
Text File  |  1992-05-19  |  382 b   |  9 lines

  1. WinEpilog Macro         
  2.         Dec     BP       ;skip over saved DS on stack
  3.         Dec     BP       ;   which BP currently points to
  4.         Mov     SP,BP    ;reset Stack Pointer to original value
  5.         Pop     BP       ;retrieve original BP (+1)
  6.         Dec     BP       ;decrement it to get original BP
  7.         Pop     DS       ;retrieve original DS
  8. WinEpilog EndM
  9.